type crypto/aes.aesCipherGCM (struct)

Method Implmentations

BlockSize() int *aesCipherGCM.M : crypto/cipher.Block.BlockSize
Decrypt(dst, src []byte) *aesCipherGCM.M : crypto/cipher.Block.Decrypt
Encrypt(dst, src []byte) *aesCipherGCM.M : crypto/cipher.Block.Encrypt
NewGCM(nonceSize, tagSize int) (cipher.AEAD, error) *aesCipherGCM.M : gcmAble.NewGCM *aesCipherGCM.M : crypto/cipher.gcmAble.NewGCM